Skip to content

Migrate from scalatest to munit. #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2021
Merged

Migrate from scalatest to munit. #388

merged 1 commit into from
Sep 25, 2021

Conversation

ckipp01
Copy link
Member

@ckipp01 ckipp01 commented Sep 25, 2021

This is an opinionated change, but I'm a firm believer in munit.
There were some test issues previously that were pretty hard to debug
due to the nasty diffs that scalatest gives you compared to munit. Plus
when doing the migration I actually found some mistakes in the tests that
were false positives which switching from === to assertEquals unveiled.

It's a pretty straightforward migration.

This is an opinionated change, but I'm a firm believer in munit.
There were some test issues previously that were pretty hard to debug
due to the nasty diffs that scalatest gives you compared to munit. Plus
when doing the migration I actually found some mistakes in the tests that
were false positives which switching from === to `assertEquals` unveiled.

It's a pretty straightforward migration.
@ckipp01 ckipp01 merged commit 272f34e into scoverage:V2 Sep 25, 2021
@ckipp01 ckipp01 deleted the munit branch September 25, 2021 14:51
@ckipp01 ckipp01 added this to the 2.0 milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant